home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / doorskl3.zip / THISPROJ.H < prev    next >
Text File  |  1991-12-16  |  702b  |  15 lines

  1. /* thisproj.h file...this changes for each different Door you make... */
  2.  
  3. #define PROGRAM_NAME "XBBS Door Skeleton v1.03"
  4. #define COPY_RIGHT "Copyright (c) 1990/91 by M. Kimes -- All Rights Reserved"
  5.  
  6. /* #define DORINFO        */
  7. /* #define XBBS           */      /* Pick your interface */
  8.  
  9. /* #define DISABLEBREAK   */      /* ...optional junk... */
  10. /* #define NOREADFILE     */      /* see doorskl3.c */
  11. /* #define DIALTRANS      */      /* see doorskel.h */
  12. /* #define __SCREEN2ASM__ */      /* requires SCREEN2.OBJ -- see notes in doorskel.h */
  13.                                   /* at end of DOORSKEL.C file. */
  14. /* #define FINDUSER       */      /* must also #define XBBS for this */
  15.